ComponentOne Xamarin.Android
GroupAsync Method (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : GroupAsync Method
The group descriptions that determine how the data will be grouped.
Groups the collection view according to the specified group descriptions.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1WrapCollectionView`2/d__59)> 
Public Overridable Function GroupAsync( _ 
   ByVal ParamArray groupDescriptions() As GroupDescription _ 
) As Task
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim groupDescriptions() As GroupDescription
Dim value As Task
 
value = instance.GroupAsync(groupDescriptions)
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2/d__59)] 
public virtual Task GroupAsync( 
   params GroupDescription[] groupDescriptions 
)

Parameters

groupDescriptions
The group descriptions that determine how the data will be grouped.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members